#!/bin/bash

cd "$(dirname "$0")"

export DYLD_LIBRARY_PATH="$PWD"/../Frameworks/$OS_X_VERSION:$DYLD_LIBRARY_PATH

exec "$PWD"/MacGameStore
